@charset "utf-8";
@media screen and (min-width:360px) {
html {
	font-size: 120px
}
}

@media screen and (min-width:375px) {
html {
	font-size: 120px
}
}

@media screen and (min-width:414px) {
html {
	font-size: 120px;
}
h1{ 
font-size:18px;
}
}

@media screen and (min-width:480px) {
html {
	font-size: 20px
}
}

@media screen and (min-width:640px) {
html {
	font-size:120px
}
}
@media screen and (max-width: 640px) {
.f_kslj {
	width: 100%;
	background: rgba(0,0,0,0.7);
	padding: 1em 0;
	display: block;
	position: fixed;
	bottom: 0;
	height: auto;
	overflow: hidden;
}
.f_kslj ul li {
	width: 25%;
	float: left;
	list-style: none;
	text-align: center;
}
.f_kslj ul li a {
	color: #fff;
	text-align: center;
	line-height: 2.5em;
}
.f_kslj ul li a i {
	display: block;
	color: #fff;
	font-size: 18px;
}
.toolbar {
	display: none;
}
}
/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 2.5rem;
	height: 2.5rem;
	padding: .15rem;
	padding-top: .3rem;
	margin-top: -1.25rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
	box-sizing: border-box;
}
#wxnr img {
	width: 1.15rem;
	height: 1.15rem;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	font-size: .12rem;
	line-height: .23rem;
	text-align: center;
}
#wxnr i.x {
	position: absolute;
	top: .1rem;
	right: .1rem;
	width: .15rem;
	height: .15rem;
	font-size: .1rem;
	line-height: .15rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 100%;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: .015rem .05rem;
	line-height: .18rem;
	background-color: #222;
	color: #fff;
	border-radius: .025rem;
	cursor: pointer;
}
#wxnr span i {
	color: #fff;
	margin-right: .07rem;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -.2rem;
	z-index: 9999999;
	font-size: .13rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: .4rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: .05rem;
	display: none;
}
